projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
53860bf
)
Let Zipfile contain both Windows binaries.
author
robertl
<robertl>
Wed, 4 Dec 2002 02:08:31 +0000
(
02:08
+0000)
committer
robertl
<robertl>
Wed, 4 Dec 2002 02:08:31 +0000
(
02:08
+0000)
mingw/Makefile
patch
|
blob
|
history
diff --git
a/mingw/Makefile
b/mingw/Makefile
index b473b1fdb18b150a485b96de1c26f6e36b2564d5..459bc0caec25c5a11bdce97b3bb4429665da35af 100644
(file)
--- a/
mingw/Makefile
+++ b/
mingw/Makefile
@@
-9,3
+9,5
@@
CFLAGS=-Iinclude -I../coldsync -O
gpsbabel.exe: $(OBJS)
$(CC) -static $(CFLAGS) $(OBJS) lib/libexpat.a -o gpsbabel.exe
cp gpsbabel.exe /tmp
+ zip -j /tmp/gpsbabel.zip gpsbabel.exe ../win32/gpsbabelfront.exe
+